php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#199964 - 04/20/03 02:33 AM [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Modification Name: [6.5] UBBNews (perl)

Author(s): Allen Ayres

Description: Allows you to use SSI to post news via a forum.

Demo: http://www.ubbdev.com

Requirements: UBB 6.5 and mod wordlets

Download Link: http://www.ubbdev.com/ubb/upload/00000494/ubbnews65.mhp

Credits: JB007 for the original version and Mastermind, LK, Burak, and many others for updates

Notes: This is a medium/minor update with several bugfixes and lots of small tweaks to the code. Not as good as a full CI ubbnews, but works until that one comes along smile

Input for further refinement is always appreciated smile
_________________________
- Allen wavey
- What Drives You?

Top
#199965 - 04/20/03 06:30 AM Re: [6.5] UBBNews (perl)
Ed Offline
Member

Registered: 12/24/00
Posts: 77
Is this available in a text or zip file?
_________________________

Top
#199966 - 04/20/03 09:04 AM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
you can always export a text file from a multihack file. smile
_________________________
- Allen wavey
- What Drives You?

Top
#199967 - 04/22/03 05:22 PM Re: [6.5] UBBNews (perl)
Ed Offline
Member

Registered: 12/24/00
Posts: 77
I am not able to open the multihack file. Where do I get the application?

Thanks
_________________________

Top
#199968 - 04/23/03 01:24 AM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
There's a link at the top of this (6.4/6.5 mods) forum smile
_________________________
- Allen wavey
- What Drives You?

Top
#199969 - 04/23/03 08:36 AM Re: [6.5] UBBNews (perl)
Ed Offline
Member

Registered: 12/24/00
Posts: 77
Thank You
_________________________

Top
#199970 - 07/13/03 05:57 AM Re: [6.5] UBBNews (perl)
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Hey allen, anyway to get a textbox with forums listed like in the CI list?

Allen, you may want to add that people need to add a folder named "ubbnews" to their cgi directory... Otherwise theil get:

Quote:
quote:
An error has occurred:

Unable to create a new configuration file: No such file or directory at /var/subdomain/tavern/html/cgi-bin/cp_ubbnews.cgi line 107.
Backtrace: cp.cgi:540 -> sub main::set_add_newssession
Backtrace: cp_ubbnews.cgi:107 -> sub UBBCGI::Carp::die
Backtrace: Carp.pm:82 -> sub UBBCGI::Carp::fatalsToBrowser
Backtrace: Carp.pm:146 -> sub main::StandardHTML2
Backtrace: cp_lib.cgi:131 -> sub main::Tracer
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#199971 - 07/13/03 07:53 PM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
thanks gizzy smile

Not sure about your first question, got a link to what you mean?
_________________________
- Allen wavey
- What Drives You?

Top
#199972 - 07/14/03 01:58 AM Re: [6.5] UBBNews (perl)
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Where you select forums you want to use, it'd be better to have a textbox showing the forums you have then having to go and find the forum number for each forum smirk...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#199973 - 07/16/03 08:40 PM Re: [6.5] UBBNews (perl)
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
I feel real stupid, but now that I have the hack installed, how do I put it on my main page? shocked

Top
#199974 - 07/17/03 02:04 AM Re: [6.5] UBBNews (perl)
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
SSI call, PHP include, etc...

I believe the file you'd call is in the cgi directory (i don't use it that much)

Code:
<!--#exec cgi="http://www.undergroundnews.com/cgi-bin/ubbcgi/ubbnews.cgi?ns_id=1" -->
Code:
<?php print implode("n", file("http://www.undergroundnews.com/cgi-bin/ubbcgi/ubbnews.cgi?ns_id=1"));?>
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#199975 - 08/24/03 08:54 AM Re: [6.5] UBBNews (perl)
Mr. B Offline
Member

Registered: 04/13/03
Posts: 56
...

Top
#199976 - 08/24/03 05:48 PM Re: [6.5] UBBNews (perl)
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Whats the question B? "..." doesn't seem to carry too much lol...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#199977 - 08/25/03 06:04 AM Re: [6.5] UBBNews (perl)
Mr. B Offline
Member

Registered: 04/13/03
Posts: 56
Gizzy,

I had a question about news fader, but I realized that I'd posted it here by mestake. Sorry for that smile

Top
#199978 - 08/25/03 08:51 PM Re: [6.5] UBBNews (perl)
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Hey allen, quick little thing... When I go to http://www.undergroundnews.com/cgi-bin/ubbcgi/ubbnews.cgi?ns_id=1 to view the news id, it shows the wording as my background color on black (not my text color) any idea why? Better yet, anyway to get it to not output colors at all so i could use css?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#199979 - 08/25/03 10:05 PM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
You can use css, just adjust it on your template file. It shows the colors you see because normally the text color is set by the rest of your page (within the ubb it's in the small bit of css charles has added in public_common.pl )
_________________________
- Allen wavey
- What Drives You?

Top
#199980 - 08/25/03 10:29 PM Re: [6.5] UBBNews (perl)
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
frown figures, now that I'm on 6.6, Gizzy posts the right link

Any chance on this being ported to 6.6, Allen?

Top
#199981 - 08/25/03 10:36 PM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
no, we stopped developing for 6.6 about a month ago.

tipsy
_________________________
- Allen wavey
- What Drives You?

Top
#199982 - 08/25/03 10:52 PM Re: [6.5] UBBNews (perl)
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Quote:
quote:
Originally posted by AllenAyres:
no, we stopped developing for 6.6 about a month ago.

tipsy
so that's a yes smile ?

Top
#199983 - 08/25/03 11:02 PM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
it's a yes when 6.6 is final smile If you already had it installed on a previous version, your newsfeeds will still work, it's just not integrated into the cp
_________________________
- Allen wavey
- What Drives You?

Top
#199984 - 12/20/03 12:33 PM Re: [6.5] UBBNews (perl)
Ruben Rocha Offline
Member

Registered: 01/19/00
Posts: 182
Loc: Lutz,FL,USA
Now that 6.7 is on the horizon is there any chance of updating the intergration in the control panel?

Top
#199985 - 12/20/03 04:06 PM Re: [6.5] UBBNews (perl)
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
I'll take a crack at it this weekend when I'm not getting ready for the holidays

Top
#199986 - 12/31/03 02:39 PM Re: [6.5] UBBNews (perl)
Ruben Rocha Offline
Member

Registered: 01/19/00
Posts: 182
Loc: Lutz,FL,USA
I had to modify the hack somewhat to work on 6.7. I added additional variables required.
It works if I manually add the news session files.Add one in the ubbnews folder and then edit the var file.
Intergrating it to the control panel would be really tough for me though.
Maybe infopop will add topic text to Content Islands someday.

Top
#199987 - 05/01/04 07:16 AM Re: [6.5] UBBNews (perl)
Ruben Rocha Offline
Member

Registered: 01/19/00
Posts: 182
Loc: Lutz,FL,USA
Did anyone ever port this to the control panel for 6.7 ?

Top
#199988 - 05/01/04 12:02 PM Re: [6.5] UBBNews (perl)
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
It has not been updated for 6.7, nor do I know of anyone who's planning on it.

Top
#199989 - 05/01/04 12:43 PM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
We use it here tipsy

The cp part just hasn't been updated for 6.7+ smile
_________________________
- Allen wavey
- What Drives You?

Top
#199990 - 05/02/04 12:52 AM Re: [6.5] UBBNews (perl)
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
arghh... just looked at the cp section - that would require a good bit-o-work eek Would be cool tho smile
_________________________
- Allen wavey
- What Drives You?

Top
Page 1 of 2 1 2 >



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks